home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / GLX / dials+buttons / README < prev   
Encoding:
Text File  |  1994-08-02  |  1.3 KB  |  27 lines

  1.  
  2.     ---------------------------------------------------------------------
  3.     Explanation of ~4Dgifts/toolbox/src/exampleCode/GLX/dials+buttons dir
  4.     ---------------------------------------------------------------------
  5.  
  6.  
  7.     dnbglx is a GL-Xlib mixed model imitation of the Dial & Button Box
  8.     Confidence Test which lives in the "System" Toolchest.
  9.  
  10.     At the present time, the the functionality of the GL routine 
  11.     SETVALUATOR(3G) (assign an initial value *and* range to a valuator) is
  12.     not currently implemented in any X input extension from MIT.  Hence, 
  13.     in this mixed-model imitation of the pure GL dial and buttons 
  14.     confidence test, the dial valuator's are NOT constrained in their range 
  15.     to only [0..1023].  This is the only known discrepancy between this 
  16.     program and the original.  (There is a proposal to add this extension 
  17.     currently being debated but it is not finalized yet.)
  18.  
  19.  
  20.     Be sure to also consult the ~4Dgifts/examples/GLX subtree for other
  21.     mixed model examples:  "gl-Xlib" houses unadulterated "stone knives and 
  22.     bearskins" GL-Xlib examples, and "glxwidget" is a subtree containing 
  23.     source for the GlxDraw and GlxMDraw widget (draws GL inside of an 
  24.     Xt-based program), as well as demos implementing these widgets in a
  25.     Motif and Athena widget context.
  26.  
  27.